home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / acaddon.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  223 b   |  10 lines

  1. global gMomentanePosition
  2.  
  3. on prepareFrame me
  4.   mvtime = sprite(40).movieTime
  5.   if mvtime <> gMomentanePosition then
  6.     member("VideoPosition").text = string(mvtime) & "/10495"
  7.     gMomentanePosition = mvtime
  8.   end if
  9. end
  10.